ContextMenuItem

public interface ContextMenuItem

A custom context menu item.

Functions

Link copied to clipboard
public boolean isChecked()
Returns true if the context menu item is checked.
Link copied to clipboard
public boolean isEnabled()
Returns true if the context menu item is enabled.
Link copied to clipboard
Returns an immutable list of the sub-items of the context menu item.
Link copied to clipboard
public String text()
Returns a string that represents the text of the context menu item.
Link copied to clipboard
public ContextMenuItemType type()
Returns the type of the context menu item.